From: Keir Fraser Date: Mon, 9 Jun 2008 12:25:35 +0000 (+0100) Subject: libxc: Use vpath rather than VPATH, to avoid linking with hypervisor .o files. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14200^2~74 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=7e4196ee73dd4e75dedf144c0fa4e5798ce05081;p=xen.git libxc: Use vpath rather than VPATH, to avoid linking with hypervisor .o files. Signed-off-by: Keir Fraser --- diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile index d685419da6..c68a0f0d9e 100644 --- a/tools/libxc/Makefile +++ b/tools/libxc/Makefile @@ -32,7 +32,7 @@ GUEST_SRCS-y += xg_private.c GUEST_SRCS-$(CONFIG_MIGRATE) += xc_domain_restore.c xc_domain_save.c GUEST_SRCS-$(CONFIG_HVM) += xc_hvm_build.c -VPATH = ../../xen/common/libelf +vpath %.c ../../xen/common/libelf CFLAGS += -I../../xen/common/libelf GUEST_SRCS-y += libelf-tools.c libelf-loader.c